home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource3 / 177_01 / shell.bat < prev    next >
Encoding:
DOS Batch File  |  1986-01-23  |  168 b   |  6 lines

  1. : This batch file runs the shell after installation
  2. echo off
  3. echo Press control-Break if you do NOT want to start-up the Shell, otherwise...
  4. pause
  5. sh -m menu;help
  6.